home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TTEXTGOTODIALOG / TTEXTGOTODIALOG.txt
Encoding:
Text File  |  2008-11-03  |  1.7 KB  |  96 lines

  1. inherited TextGoToDialog: TTextGoToDialog
  2.   Left = 489
  3.   Top = 310
  4.   Caption = 'Go To'
  5.   ClientHeight = 111
  6.   ClientWidth = 273
  7.   OnCreate = FormCreate
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object ItemLbl: TUiLabel
  11.     Left = 8
  12.     Top = 8
  13.     Height = 13
  14.     Caption = 'Line:'
  15.     FocusControl = ItemEdit
  16.   end
  17.   object ColLbl: TUiLabel
  18.     Left = 8
  19.     Top = 56
  20.     Height = 13
  21.     Caption = 'Column:'
  22.     FocusControl = ColEdit
  23.   end
  24.   object ItemEdit: TUiNumEdit
  25.     Left = 8
  26.     Top = 24
  27.     Width = 65
  28.     Height = 21
  29.     TabOrder = 0
  30.   end
  31.   object ColEdit: TUiNumEdit
  32.     Left = 8
  33.     Top = 72
  34.     Width = 65
  35.     Height = 21
  36.     TabOrder = 1
  37.   end
  38.   object SideGroupBox: TUiGroupBox
  39.     Left = 112
  40.     Top = 8
  41.     Width = 153
  42.     Height = 57
  43.     Caption = 'Side'
  44.     TabOrder = 2
  45.     object LeftSideEdit: TUiRadioButton
  46.       Left = 8
  47.       Top = 16
  48.       Height = 17
  49.       Caption = '&Left'
  50.       TabOrder = 0
  51.       TabStop = True
  52.     end
  53.     object CenterSideEdit: TUiRadioButton
  54.       Left = 80
  55.       Top = 16
  56.       Height = 17
  57.       Caption = '&Center'
  58.       TabOrder = 1
  59.       Visible = False
  60.     end
  61.     object RightSideEdit: TUiRadioButton
  62.       Left = 9
  63.       Top = 32
  64.       Height = 17
  65.       Caption = '&Right'
  66.       TabOrder = 2
  67.     end
  68.     object OutputSideEdit: TUiRadioButton
  69.       Left = 80
  70.       Top = 32
  71.       Height = 17
  72.       Caption = '&Output'
  73.       TabOrder = 3
  74.       Visible = False
  75.     end
  76.   end
  77.   object OkBtn: TUiButton
  78.     Left = 112
  79.     Top = 80
  80.     Caption = 'OK'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 3
  84.     AutoSize = asRight
  85.   end
  86.   object CancelBtn: TUiButton
  87.     Left = 192
  88.     Top = 80
  89.     Cancel = True
  90.     Caption = 'Cancel'
  91.     ModalResult = 2
  92.     TabOrder = 4
  93.     AutoSize = asRight
  94.   end
  95. end
  96.